home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wwcp120.zip / CHANGES.DOC next >
Text File  |  1992-05-06  |  8KB  |  202 lines

  1. Version 1.2:
  2.  
  3. *****************THE WWSTAT FORMAT HAS BEEN CHANGED*************************
  4.  
  5. Many new features have been added to this version, and the format of
  6. the WWSTAT file HAS BEEN CHANGED. You MUST edit your WWSTAT file.
  7.  
  8. You can now specify the From: line format for gated messages, in a fashion
  9. analogous to the netnews and netmail parameters in the Waffle static file.
  10. You can set a separate From: line for news and mail, if you wish, or
  11. use the same for both. By default, both lines are set to %s@wwiv in
  12. WWSTAT. This can be changed to anything you want...... the person's
  13. WWIVnet address is substituted for the %s (if you need an actual % in
  14. the address, use %%). Thus, the default settings produce From: lines
  15. similar to:
  16.  
  17. From: 23-9702@wwiv
  18.  
  19. If you want to generate From: lines of the form:
  20.  
  21. From: foobox!wwiv!23-9702@moskvax.cis.gov
  22.  
  23. You'd use:
  24.  
  25. foobox!wwiv!%s@moskvax.cis.gov
  26.  
  27. in the WWSTAT file.
  28.  
  29. If you have an actual domain site set up for wwiv, and want all WWIVnet
  30. posts to appear to come from wwiv.yoyodyne.com, you'd use:
  31.  
  32. %s@wwiv.yoyodyne.com
  33.  
  34. in the WWSTAT file. If you're doing it this way, you'll also have to add
  35. the line:
  36.  
  37. wwiv.yoyodyne.com * /spool/wwiv/mail
  38.  
  39. to your waffle/system/paths file.
  40.  
  41. There's also an origin line in the WWSTAT file. This is used to generate
  42. the Message-ID: header. These headers are in the form
  43. (number)wwcp(node)@(origin), where (number) is an unsigned long, (node)
  44. is your WWIVnet node number and origin is as set in your WWSTAT file.
  45. This should be the domain name for your site (foobox.hardknox.edu,
  46. bittybox.yoyodyne.com, etc.). If you don't have one, use the domain .UUCP
  47. (foobox.UUCP, bittybox.UUCP, etc.). If you don't have a Usenet feed at
  48. all, leave it alone.
  49.  
  50. If you're going to be sending WWIVnet posts and email to the Usenet directly
  51. from your system, you need to set all of these. If your system doesn't get a
  52. Usenet newsfeed *through Usenet*, leave them alone. See WWCP.DOC for more
  53. information on this.
  54.  
  55.  
  56. WWCP now supports the HS/LINK bidirectional transfer protocol. To
  57. enable this, set the hslink line in WWSTAT to 1, and put the appropriate
  58. HSLINK command line in the send data line in WWSTAT. The receive data
  59. line in WWSTAT is ignored and can be blank, but must be present.
  60. You must also set your DSZLOG environment variable (see the HS/LINK
  61. documentation for information on this).
  62.  
  63.  
  64. Hooks have been added to enable WWIVnet compression in the WWIV->Waffle
  65. direction. This will be done by means of Gregg Beasey's DECOMP program.
  66. Tests done here with small packets show that this will work fine. However,
  67. the shareware version of Gregg's program is limited to a packet size of
  68. 75 kilobytes. Thus, compression is not yet fully supported in this release.
  69. I have purchased the registered version of Gregg's program, and as soon
  70. as I receive it and verify that it gets along with WWCP I'll let everyone
  71. know. The new WWCP is written in such a way that compression can be enabled
  72. with minor changes to the WWSTAT, WWPOLL.BAT and WWSHELL.BAT files. I do not
  73. anticipate that you will need a new version of WWCP to enable compression
  74. with the registered version of DECOMP.
  75.  
  76. WWCICO now deletes partial packets on an aborted transfer.
  77.  
  78. WWCICO exits with status zero if a packet has been received from the
  79. WWIV board, 1 if there is no connect, an error occurs, or the operator
  80. aborts, and 2 if a connect has been made but there was no packet to send
  81. on the remote node.
  82.  
  83. WWCP doesn't generate a "gateway" message any longer.
  84.  
  85. SUBS.LST updates are now mailed to postmaster instead of root.
  86.  
  87. WWCICO now recognizes BUSY, NO CARRIER, and NO DIALTONE. The timeout for
  88. connect has also been increased to 120 seconds, for those people who live
  89. in the boonies. :-)
  90.  
  91. SUBS.LST isn't included with the distribution any longer. A copy can be
  92. downloaded from your WWIVnet connect, and your own copy should arrive in
  93. the mail periodically. The file is quite large, and eliminating it cut
  94. down on the size of the archive considerably.
  95.  
  96. Version 1.11 (maintenance upgrade):
  97.  
  98. Support for gating Waffle mailing lists into WWIVnet as well as straight
  99. mail and news. This didn't work properly in earlier releases.
  100.  
  101. Support for moderated newsgroups.
  102.  
  103. Support for sending mail to WWIVnet from Usenet by name as well as
  104. user number. Examples: if you want to send email to Some Guy #5 @9999 on
  105. WWIVnet, you can now send to either:
  106.  
  107. 5-9999@wwiv
  108.  
  109. or:
  110.  
  111. some_guy-9999@wwiv
  112.  
  113. Dark Mistress of Pain #143 @9999 would be either:
  114.  
  115. 143-9999@wwiv
  116.  
  117. or:
  118.  
  119. dark_mistress_of_pain-9999@wwiv
  120.  
  121. Any spaces between words are replaced with an underscore character. This
  122. is sort of a kludge, but RFC-822 mail doesn't allow spaces in usernames.
  123.  
  124.  
  125. Version 1.1 (maintenance upgrade):
  126.  
  127. Added autoregistration feature.
  128.  
  129. Better support for bang path mail from remote Usenet sites.
  130.  
  131. Programs now restore original drive/directory on exit.
  132.  
  133. Included Bryan Lockwood's trouble-shooting guide.
  134.  
  135.  
  136.  
  137. Version 1.0 (first release version):
  138.  
  139. WWSTAT now supports comment lines. Any line beginning with a #
  140. character is considered a comment and ignored.
  141.  
  142. WWCICO's timeout value for the NN: prompt has been increased, for
  143. those systems with a long logon delay.
  144.  
  145. WWSMAIL now exits with status zero if there is a file named MAKECALL.DAT
  146. in the spool/wwiv/packets directory, even if there is no packet to send.
  147. This allows you to force a callout by setting up cron to create a
  148. MAKECALL.DAT file periodically (the contents of this file are not relevant.
  149. Only its existence or lack of same is important) or even creating
  150. one manually. WWCICO deletes any MAKECALL.DAT when it makes a successful
  151. connect.
  152.  
  153. For instance, you could use a batch file similar to
  154.  
  155. echo foo >c:\spool\wwiv\packets\makecall.dat
  156.  
  157. and have cron run it at the time you want to force the call out (say,
  158. after 9:00 PM for low phone rates). Then you could have cron run
  159. wwpoll every half hour. wwpoll will keep trying regardless of whether
  160. there is data to send, until at least one connect has been made. At that
  161. point, the MAKECALL.DAT file will be deleted and wwpoll will resume the
  162. default behavior of not calling unless there is actually data to send.
  163.  
  164. WWSMAIL now does more intelligent routing of local mail for a Usenet
  165. connected site.
  166.  
  167. The WWCP log file now displays local time instead of GMT.
  168.  
  169. Sending mail to a WWIVnet user is now done by sending to user-node@wwiv
  170. rather than user%node@wwiv. This was changed to avoid problems with
  171. multiple % hacks. For the same reason, sending mail to a Waffle user from
  172. WWIV by name is now done by sending to user#site@gateway instead of the
  173. user%site@gateway supported by beta versions. This will *not*
  174. require rebuilding your WWSTAT and WWALPHA files.
  175.  
  176. WWRMAIL is more resistant to corrupted net packets now.
  177.  
  178. WWCP now supports many other To: formats for email. All of the below
  179. should work:
  180.  
  181. user@site (Some Name)
  182. bang!path!from!hell!leafsite!user@registered.domain.site (Some Name)
  183. user%site@registered.domain.site (Some Name)
  184. "Some Name" <user@site>
  185. "Some Name" <bang!path!from!hell!leafsite!user@registered.domain.site>
  186. "Some Name" <user%site@registered.domain.site>
  187. Some Name <user@site>
  188. Some Name <bang!path!from!hell!leafsite!user@registered.domain.site>
  189. Some Name <user%site@registered.domain.site>
  190.  
  191. Various permutations of these should also work. If you have an especially
  192. weird address, contact the author for possible support. Ah..... the
  193. wonderful thing about standards is that there are so *many* of them. :-)
  194.  
  195.  
  196. WWRMAIL now processes the short mail return return receipts generated
  197. by the (brand) new version of WWIV. Before, these were just dumped, now
  198. they are mailed to the proper recipient. I'm not sure if this is the best
  199. behavior..... Internet mail doesn't have anything like this. I'm open
  200. to suggestions on whether these should be sent or dumped.
  201.  
  202.